Sensing the Earth: CFT tutorial
options(knitr.kable.NA = '')Climate futures for Haskell Indian Nations University
Prepare your environment
- Install Climate Futures Toolbox
install.packages("cft")- Load other packages
library(tidyverse)
library(tidync)
library(cft)
library(sf)
library(ggplot2)
library(ggthemes)
library(ggpattern)
library(magick)
library(future)
library(tidytable)
library(janitor)
options(timeout = 600)
library(ggfortify)
library(forecast)
library(reticulate)
library(osmdata)
library(osmextract)conda_update(conda = "auto")
py_install("numpy")
py_install("matplotlib")
py_install("pandas")
py_install("statsmodels")
py_install("osmnx")
py_install("geopandas")Set your color palette
- Download the Haskell university logo
seamless_image_filenames <- c(
'Haskell_logo copy.png'
)